The Imagick class
PHP Manual

Imagick::cropThumbnailImage

(PECL imagick 2.0.0)

Imagick::cropThumbnailImageCreates a crop thumbnail

Descripción

bool Imagick::cropThumbnailImage ( int $width , int $height )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

Lista de parámetros

width

The width of the thumbnail

height

The Height of the thumbnail

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual